home *** CD-ROM | disk | FTP | other *** search
/ SuperView Productivity Suite 2 / SuperView Productivity Suite 2.iso / Wizard-Library / Install_LIBRARY next >
Text File  |  1999-09-23  |  288b  |  12 lines

  1. ; $VER: Install_LIBRARY.script V1.1 (30.9.98)
  2. ; © 1998 by Andreas R. Kleinert.
  3. ; This is the Installer Script for LIBRARIES (here: wizard)
  4.  
  5. (copylib
  6.   (prompt "Installing wizard.library to LIBS: ...")
  7.   (help @copylib-help)
  8.   (source "libs/wizard.library")
  9.   (dest "libs:")
  10.   (confirm)
  11. )
  12.